ComponentOne Xamarin.Android
CanInsert Method (C1HierarchicalCollectionView<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1HierarchicalCollectionView<T> Class : CanInsert Method
The index where the items would be inserted.
Determines whether a new item can be inserted in the collection at the specified index.
Syntax
'Declaration
 
Public Overridable Function CanInsert( _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As C1HierarchicalCollectionView(Of T)
Dim index As Integer
Dim value As Boolean
 
value = instance.CanInsert(index)
public virtual bool CanInsert( 
   int index
)

Parameters

index
The index where the items would be inserted.
See Also

Reference

C1HierarchicalCollectionView<T> Class
C1HierarchicalCollectionView<T> Members